GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetCharacterRight Method





In This Topic
GetCharacterRight Method (GdPictureSegmenter)
In This Topic
Syntax
'Declaration
 
Public Function GetCharacterRight( _
   ByVal SegmentationResultID As String, _
   ByVal CharacterIdx As Integer _
) As Integer
public int GetCharacterRight( 
   string SegmentationResultID,
   int CharacterIdx
)
public function GetCharacterRight( 
    SegmentationResultID: String;
    CharacterIdx: Integer
): Integer; 
public function GetCharacterRight( 
   SegmentationResultID : String,
   CharacterIdx : int
) : int;
public: int GetCharacterRight( 
   string* SegmentationResultID,
   int CharacterIdx
) 
public:
int GetCharacterRight( 
   String^ SegmentationResultID,
   int CharacterIdx
) 

Parameters

SegmentationResultID
CharacterIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members